/ Assembly List / LJCTextDataReaderLib / TextDataReader / GetBytes

Namespace - LJCTextDataReaderLib


Parameters
name - The data field name.
fieldOffset - The field offset.
buffer - The buffer.
bufferoffset - The buffer offset.

Returns

The number of bytes copied.

Syntax

C#
public Int64 GetBytes(String name, Int64 fieldOffset, Byte[] buffer, Int32 bufferoffset)

Place bytes from field with the specified name into a byte array buffer.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.